// Nifty macro to set all these 'reserved' values for us
VP_INFOBLOCK_FOOTER
};
#endif
using namespace std; //introduces namespace std
int main()
{
char c[ 10 ];
bool ok;
long importNumBins, x, y;
CEgFileSpec spec;
CEgIFile iFile;
UtilStr str;
WhiteCap* WC;
WindowPtr wind;
Rect r;
// Print some how-to info...
cout << "This utility accepts a capture file saved by WhiteCap. To make of movie of a WhiteCap clip: " << endl;
cout << "1) Open the WhiteCap Prefences file (in your Preferences folder)" << endl;
cout << "2) Set the 'Capt' parameter to 1 and save the changes." << endl;
cout << "3) Run WhiteCap (it should say 'Capturing'). Change configs as if WhiteCap was running normally--it will be recording all the data it needs to disk." << endl;
cout << "4) When you close WhiteCap, it will flush all its recorded data to the file 'WhiteCap Capture'" << endl;
cout << "5) Run this program and create a PICT sequence. (The depth of the sequence is whatever your monitor depth is when you run this utility)" << endl;
cout << "6) Import this sequence in MooVer and you'll be able to output a quicktime movie." << endl << endl;